home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Problem with Propagated Events
- Sent: 8/13/96 7:22 PM
- Received: 8/13/96 7:31 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >ODF Team,
- >
- >In ODF 1, it does not appear that we have access to the
- >ODEventInfo.propagated flag outside of the FW_CEventDispatcher. It would
- >be nice to have access to this flag in FW_CSystemEvents. For example,
- >FW_CView always activates its frame when it gets a MouseUp. If I set an
- >embedded frame to propagate unused events, my part always activates when
- >an embedded frame doesn't handle a mouse up (which is 99% of the time).
- >I would like to have my FW_CView subclasses only activate their frame if
- >the event has not been propagated from one of my embedded frames. Is
- >there any chance of getting this in ODF 2? If not, we can override the
- >dispatcher for now.
- >
- >Thanks,
- >Rob Cope
- >Eclipse Services
-
- I changed that in ODF 2 (by the way, that might be one of the last API
- change we make in ODF 2). There is now a FW_CSystemEvent::IsPropagated
- method
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-